home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / qcolors1.zip / COLORS.TXT < prev   
Text File  |  1993-08-08  |  6KB  |  158 lines

  1.  
  2.      
  3.                                QuickCOLORS 1.0
  4.  
  5.                         Copyright 1993, Jerry Cooksey
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. QuickCOLORS is a screen utility which will change your screen's text color
  12. and background color quickly and easily.  Best of all, QuickCOLOR does NOT
  13. REQUIRE ANSI, a device driver shipped with DOS which eats up a good chunk
  14. of memory.
  15.  
  16. QuickCOLORS is especially useful in your AUTOEXEC.BAT and other batch files, 
  17. where you might want the information echoed to the screen by a particular 
  18. command to stand out from all the others.  By adding some color to your
  19. screen, along with blinking if desired, your batch files are sure to catch 
  20. the user's attention.  See the 'Instructions for use' section below for the 
  21. proper syntax.
  22.  
  23. For information on registering or distributing this program, please see
  24. the section entitled "Registration/Distribution" below.
  25.  
  26.  
  27. Features
  28. --------
  29. As with QuickDIAL, a command line phone dialer, and QuickLOAD, a utility which 
  30. loads programs after a user-defined amount of time if no key is pressed (both 
  31. by the same programmer), the main feature in my mind is that this program is 
  32. small, fast, and does the job it was designed to do.  (Again, not every 
  33. program can make that claim!)
  34.  
  35. QuickCOLORS simply changes your screen colors (WITHOUT ANSI!) and gets out of 
  36. your way.  QuickCOLORS should work with all versions of DOS, although this has 
  37. not been tested.  QuickCOLORS should also run on any IBM-compatible computer 
  38. regardless of memory, due to its extremely small size.
  39.  
  40.  
  41.  
  42.  
  43. Installng QuickCOLORS
  44. ---------------------
  45.  
  46. For easy access at any time, place QuickCOLORS in a directory in your path.  
  47. To determine which directories are in your path, type "PATH" and hit enter at 
  48. the DOS prompt.  
  49.  
  50. After you have copied the files, the program is ready to run.
  51.  
  52.  
  53.  
  54. Instructions for use
  55. --------------------
  56.  
  57. QuickCOLORS uses the syntax below:
  58.  
  59. COLORS textcolor [and/on] background [/b] [/?]
  60. COLORS /?
  61. COLORS NORMAL [/b] [/?]
  62. COLORS REVERSE [/b] [/?]
  63.  
  64. textcolor - the color of text to be displayed on the screen.
  65. and - optional word you can add for readability and to make command easier
  66.       to remember.
  67. on - optional word you can add for readability and to make command easier
  68.      to remember.
  69. background - the background screen color to be used.
  70. /b - option to add blinking to your text.
  71. /? - help screen option.  This will also give a display of all available
  72.      colors and their recognized names.
  73. NORMAL - sets colors to white text on black background (same as 'COLORS WHITE
  74.          ON BLACK' but 'COLORS NORMAL' is easier to type).
  75. REVERSE - sets colors to black text on white background (same as 'COLORS BLACK
  76.          ON WHITE' but 'COLORS REVERSE' is easier to type).
  77.  
  78. For instance, the commands:
  79.  
  80. COLORS RED ON BLUE
  81. COLORS RED AND BLUE
  82. COLORS RED BLUE
  83.  
  84. all will produce screens of red letters on a blue background.  If '/b' was 
  85. added to the commands above, the red letters would blink.
  86.  
  87. The use of the words 'and' and 'on' are purely optional, and are provided 
  88. only to make the commands easier to read and remember.
  89.  
  90. Sample use in an autoexec.bat file:  COLORS RED ON LIGHTBLUE /B
  91.                                      LOAD 3 C:\WINDOWS\WIN.COM
  92.                                      COLORS NORMAL
  93. The above lines will change the screen to red letters on a light blue
  94. background, with the red letters flashing.  The next line loads Windows after
  95. a 3 second wait (using QuickLOAD from the same programmer).  Whereas this
  96. would normally display a message in white letters on a black background, it
  97. will now display the message in blinking red letters, making it much more
  98. eye-catching.  The next line returns all colors to normal (white letters on
  99. a black background).
  100.  
  101. By alternating QuickCOLOR commands, you can make your autoexec and other batch
  102. files more pleasing to watch and more effective at the same time.
  103.  
  104.  
  105.  
  106. Registration/Distribution
  107. -------------------------
  108.  
  109. QuickCOLORS is a shareware program.  Under the shareware principle, you may 
  110. freely distribute QuickCOLORS to others, but you (and they) are legally and 
  111. morally obligated to pay for this software if you find it useful.  The 
  112. registration fee is only $5.00 for individuals, $15.00 for businesses.  
  113.  
  114. Registration enables the author to continue programming efforts and
  115. enhancements to this and other programs.  Registration also enables you to
  116. continue to legally use the software should you find it useful.  It will also 
  117. help me support my son and daughter, who are growing faster than the memory 
  118. requirements of many of today's programs!
  119.  
  120. Registered users will be notified of any future updates as soon as they are
  121. released.
  122.  
  123. QuickCOLORS may be freely distributed to any party, with the only restriction 
  124. being that you must distribute this file (COLORS.TXT) and the program 
  125. executable file (COLORS.EXE) together.
  126.  
  127. The author disclaims any responsibility for damages or losses as a result of 
  128. use of this program.
  129.  
  130. To register the program, remit payment in US currency (check or money order) 
  131. to:
  132.  
  133.                 Jerry Cooksey
  134.                 802 Winchester Avenue
  135.                 Middlesboro KY 40965-1544 USA
  136.  
  137. Please enclose a note that the payment is for registration of QuickLOAD,
  138. the version number that you are using, and your name and address.  Also,
  139. please let me know where you got your copy from (BBS, friend, etc.) and the
  140. city, state, and country that the source is located in.  If you have any 
  141. suggestions or comments, enclose them as well.
  142.  
  143.  
  144.  
  145. Technical support
  146. -----------------
  147. For technical support, please write the address above or leave questions
  148. on the Boone's Trail BBS at (615) 869-3657.  On Boone's Trail BBS, join 
  149. conference "Quick Series" and leave your message addressed to me.  I log
  150. on to this BBS about once a week, and will respond with a message addressed
  151. to you as soon as is possible.  
  152.  
  153. Updated programs in the Quick series, which now includes QuickCOLORS 1.0, 
  154. QuickDIAL 2.0 and QuickLOAD 2.1, are placed on the Boone's Trail BBS first, 
  155. so you may want to look for updates while you are logged on.  Boone's Trail 
  156. BBS supports up to 14,400 baud modems and MNP 2-5, with file transfers in most 
  157. popular protocols, including Ymodem batch and Zmodem.
  158.